.style-grey-line {
  text-indent: 2em;
  color: #999999;
  font-size: 16px;
}

.style-grey-line:after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #999999;
  position: absolute;
  margin-top: 40px;
  left: 2em;
}

.new-rol {
  text-indent: 2em;
  color: #bfbcbc;
  line-height: 30px;
  margin: 0 auto;
  padding: 40px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  font-weight: 1000;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 1000;
  background: #fefefe;
  line-height: 28px !important;
}

.new-rol:before {
	background: url(https://wwp-static.wenweipo.com/img/icon/before-icon.png) no-repeat;
	width: 32px;
	height: 42px;
	content: "";
	margin-right: 5px;
	position: absolute;
	top: 12px;
	left: 0px;
}

.new-rol:after {
	background: url(https://wwp-static.wenweipo.com/img/icon/after-icon.png) no-repeat;
	width: 32px;
	height: 42px;
	content: "";
	margin-right: 5px;
	position: absolute;
	bottom: -9px;
	right: 0px;
}

.bg-txt {
	text-indent: 2em;
	color: #333;
	background: #f9f9f9;
	line-height: 30px;
	margin: 16px auto;
	font-size: 16px;
}